Einhugur Word Plugin for Xojo

EinhugurWord.UnderlineStyles Enum

Enum for underline styles, used in the Style class.

enum EinhugurWord.UnderlineStyles

Constants

NONE = 0No underline.
SINGLE_LINE = 1Single line.
DOUBLE_LINE = 2Double line.
DOTTED_LINE = 3Dotted line.
DASHED_LINE = 4Dashed line.
DOT_DASHED_LINE = 5Line with dot and dash.
DOT_DOT_DASHED_LINE = 6Line with two dots and one dash.
WAVE = 7Wave.
WORDS = 8Words only.
THICK_LINE = 9Thick line.
WAVE_DOUBLE = 10Double wave.